home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / raytracers / _pvray / pv / _pvcvtsrc / _help next >
Encoding:
Text File  |  1991-11-03  |  335 b   |  14 lines

  1. This a utility for converting other systems PVray scene
  2. files to run on the Archimedes. It looks through the
  3. source hunting for "..." strings, as in:
  4.  
  5. include "shapes.dat"
  6.  
  7. and rearranges it to:
  8.  
  9. include "<PVray$Dir>.dat.shapes"
  10.  
  11. All the files supplied with the Archimedes port of PVray
  12. were converted with this utility.
  13.  
  14. Pete Goodwin.